home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hobby PC 12
/
Hobby PC 12.iso
/
assets
/
Asset Library
/
Dynamic HTML Utilities
/
Escape Frameset
/
fxitems.xml
< prev
next >
Wrap
Extensible Markup Language
|
2001-04-09
|
590b
|
14 lines
<?xml version="1.0" standalone="yes"?>
<Items>
<Item CLASS="TextData" TYPE="TEXT" ID="3">
<Icon SRC="scripttags.gif"/>
<Description>Frame killer</Description>
<SCRIPT LANGUAGE="JSCRIPT"> <![CDATA[
var redirURL = Application.Prompt("Redirect frames documents to which URL?", "/index.htm","","","Resource Manager");
Application.FX.HTML("<SCRIPT ID='SQJumpOut'><!-- if (!parent.frames.length) ; else { window.open(location.href, 'noFramesWindow'); location.href = '" + redirURL + "';} // --></SCRIPT>","","HEAD","SQJumpOut");
// ]]></SCRIPT>
</Item>
</Items>